func compress/flate.offsetCode

3 uses

	compress/flate (current package)
		huffman_bit_writer.go#L548: 		w.offsetFreq[offsetCode(offset)]++
		huffman_bit_writer.go#L594: 		offsetCode := offsetCode(offset)
		token.go#L89: func offsetCode(off uint32) uint32 {